home *** CD-ROM | disk | FTP | other *** search
/ Perl Multimedia Cyber Classroom / PERL Multimedia Cyber Classroom (Prentice Hall)(1998).ISO / perlbyex / code.jar / 08ex003.jar / code / ch08 / 08ex003 / go.sh < prev   
Linux/UNIX/POSIX Shell Script  |  1998-04-01  |  168b  |  6 lines

  1. #!/bin/sh
  2. dos2unix 08ex003.pl 08ex003.pl
  3. echo 'Press ^D (Control D) to exit the program'
  4. perl 08ex003.pl
  5. perl -e 'print "Press enter to continue . . ."; $a = <STDIN>;'
  6.